Text File | 1998-10-23 | 557 b | 9 lines | [TEXT/ScoM]
interpolate-chords steps-in-between chords
Interpolates a sequence of tonalities extending each pair to new interpolated chords with required steps in between. Each tonality must have equal number of notes, like all chords have (4).
(interpolate-chords
2 (activate-tonality
(c min 1 1 4) (d dim 6 1 4) (g maj 3 1 3) (c min 1 1 4)))
--> ((c 4 |D#| 5 g 5 c 6) (|C#| 4 c 5 e 5 b 5) (|C#| 4 |G#| 4 d 5 a 5) (d 4 f 4 b 4 |G#| 5) (c 4 |G#| 4 d 5 a 5) (a 3 b 4 e 5 |A#| 5) (g 3 d 5 g 5 b 5) (a 3 d 5 g 5 b 5) (|A#| 3 |D#| 5 g 5 c 6) (c 4 |D#| 5 g 5 c 6))